home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMVIEWERSELECTION / TFMVIEWERSELECTION.txt
Text File  |  2004-09-09  |  2KB  |  76 lines

  1. object fmViewerSelection: TfmViewerSelection
  2.   Left = 416
  3.   Top = 383
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Viewer Selection'
  6.   ClientHeight = 96
  7.   ClientWidth = 347
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 249
  22.     Height = 81
  23.     Shape = bsFrame
  24.   end
  25.   object laViewer: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 233
  29.     Height = 33
  30.     AutoSize = False
  31.     Caption = 
  32.       'Which viewer would you like to use to view the '#13#10'file(s) you sel' +
  33.       'ected ?'
  34.   end
  35.   object buAssociatedViewer: TButton
  36.     Left = 16
  37.     Top = 56
  38.     Width = 113
  39.     Height = 25
  40.     Hint = 'View files using its associated program'
  41.     Caption = '&Associated Program'
  42.     Default = True
  43.     ModalResult = 20
  44.     TabOrder = 0
  45.   end
  46.   object buExternalViewer: TButton
  47.     Left = 136
  48.     Top = 56
  49.     Width = 113
  50.     Height = 25
  51.     Hint = 'View files using an external viewer you specified'
  52.     Caption = '&External Viewer'
  53.     ModalResult = 21
  54.     TabOrder = 1
  55.   end
  56.   object buCancel: TButton
  57.     Left = 264
  58.     Top = 8
  59.     Width = 75
  60.     Height = 25
  61.     Hint = 'Cancel viewing'
  62.     Caption = '&Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.   end
  66.   object buHelp: TButton
  67.     Left = 264
  68.     Top = 40
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '&Help'
  72.     TabOrder = 3
  73.     OnClick = buHelpClick
  74.   end
  75. end
  76.